testing.M.exitCode (field)

10 uses

	testing (current package)
		testing.go#L1995: 	exitCode int
		testing.go#L2041: 		code = m.exitCode
		testing.go#L2096: 		m.exitCode = 2
		testing.go#L2102: 		m.exitCode = 2
		testing.go#L2108: 		m.exitCode = 0
		testing.go#L2121: 				m.exitCode = 2
		testing.go#L2165: 			m.exitCode = 1
		testing.go#L2174: 			m.exitCode = fuzzWorkerExitCode
		testing.go#L2176: 			m.exitCode = 1
		testing.go#L2181: 	m.exitCode = 0